From eddd0684f0f63422c27d90803e914ea0fb1c2654 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 11 Apr 2026 18:55:32 +0200 Subject: [PATCH] Skip MobileProvidersTest::testProviderFromMccMnc() Bug: https://bugs.kde.org/show_bug.cgi?id=506217 Bug-Debian: https://bugs.debian.org/1108424 Bug-Debian: https://bugs.debian.org/1121042 Forwarded: not-needed Last-Update: 2025-11-25 This test relies on mobile-broadband-provider-info version 20240407, and newer versions add more data that make the test fail. This is discussed upstream, potentially vendoring a static set for the tests (see https://invent.kde.org/plasma/plasma-nm/-/merge_requests/452). Gbp-Pq: Name tests-skip-testProviderFromMccMnc.diff --- tests/mobileproviderstest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mobileproviderstest.cpp b/tests/mobileproviderstest.cpp index 4fa6611..7b37d7a 100644 --- a/tests/mobileproviderstest.cpp +++ b/tests/mobileproviderstest.cpp @@ -44,6 +44,7 @@ void MobileProvidersTest::testProviderFromMccMnc() void MobileProvidersTest::testProviderFromMccMnc_data() { + QSKIP("relies on an older version of mobile-broadband-provider-info"); QTest::addColumn("mccmnc"); QTest::addColumn("providerNames"); -- 2.30.2